home *** CD-ROM | disk | FTP | other *** search
/ JVC Image Converter 1.0 / JVC_Image_Converter_1.0.iso / Image conv / German / DATA1.cab / ImageConverter.chm1 / _resource / manual / default.css < prev   
Encoding:
Cascading Style Sheet File  |  2003-01-22  |  818 b   |  53 lines

  1.  
  2. body { 
  3.   background-color:#FAF5FA 
  4.  
  5. table.Top {
  6.   background-color:#003300;
  7.   border-spacing:"0";
  8.   border:double 3px #FFA500; 
  9.   height:"18" 
  10.   cellpadding:"3";
  11.   cellspacing:"0";
  12.   border-collapse:"collapse";
  13.   font-size: 18px;
  14.   font-weight: bold;
  15.   color: Beige
  16. }
  17.  
  18. table.Detail {
  19.   background-color:#FAF5FA;
  20.   bordercolor="#111111";
  21.   border=0px none; 
  22.   width="90%"; 
  23.   border-collapse="collapse" 
  24.   cellpadding="0";
  25.   cellspacing="0";
  26.   font-size: 12px;
  27.   font-weight: normal
  28. }
  29.  
  30. h1 { 
  31.   font-size: 12px; 
  32.   font-weight: bold;
  33.   color: LightCyan 
  34. }
  35.  
  36. h2 {
  37.   font-size: 12px; 
  38.   font-weight: bold; 
  39.   color:#282828 
  40. }
  41.  
  42. h3 { 
  43.   font-size: 12px; 
  44.   font-weight: lighter; 
  45.   color:#282828 
  46. }
  47.  
  48. p { 
  49.   font-size: 12px; 
  50.   font-weight: lighter; 
  51.   color:#282828 
  52. }